net/http.http2priorityNode.state (field)
8 uses
	net/http (current package)
		h2_bundle.go#L11167: 	state        http2priorityNodeState // open | closed | idle
		h2_bundle.go#L11236: 		openParent = openParent || (n.state == http2priorityNodeOpen)
		h2_bundle.go#L11330: 		if curr.state != http2priorityNodeIdle {
		h2_bundle.go#L11333: 		curr.state = http2priorityNodeOpen
		h2_bundle.go#L11349: 		state:  http2priorityNodeOpen,
		h2_bundle.go#L11365: 	if ws.nodes[streamID].state != http2priorityNodeOpen {
		h2_bundle.go#L11370: 	n.state = http2priorityNodeClosed
		h2_bundle.go#L11401: 			state:  http2priorityNodeIdle,
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |